PDF4Java Reference Documentation
com.o2sol.pdf4java.graphics Package / PDFContentStream Class / defineMarkedContentPointWithPropertyList Method
A name Object indicating the role or significance of the point.
Either an inline dictionary containing the property list or a name Object associated with it in the Properties subdictionary of the current resource dictionary
In This Topic
    defineMarkedContentPointWithPropertyList Method
    In This Topic
    Defines a marked-content point with an associated property list.
    Syntax
    public void defineMarkedContentPointWithPropertyList( 
       PDFCosName tag,
       PDFCosObject properties
    )

    Parameters

    tag
    A name Object indicating the role or significance of the point.
    properties
    Either an inline dictionary containing the property list or a name Object associated with it in the Properties subdictionary of the current resource dictionary
    Exceptions
    ExceptionDescription
    When tag is null or properties is null
    See Also